runtime.gList.head (field)

13 uses

	runtime (current package)
		mgcmark.go#L304: 	q := gQueue{list.head, list.head}
		mgcmark.go#L305: 	for gp := list.head.ptr(); gp != nil; gp = gp.schedlink.ptr() {
		proc.go#L3482: 		for gp := glist.head.ptr(); gp != nil; gp = gp.schedlink.ptr() {
		proc.go#L3489: 	head := glist.head.ptr()
		proc.go#L6521: 	head guintptr
		proc.go#L6526: 	return l.head == 0
		proc.go#L6531: 	gp.schedlink = l.head
		proc.go#L6532: 	l.head.set(gp)
		proc.go#L6538: 		q.tail.ptr().schedlink = l.head
		proc.go#L6539: 		l.head = q.head
		proc.go#L6545: 	gp := l.head.ptr()
		proc.go#L6547: 		l.head = gp.schedlink